• frmAdvanceEntry.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmAdvanceEntry
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container()
26         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
31         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAdvanceEntry))
32         Me.Panel1 = New System.Windows.Forms.Panel()
33         Me.dgw = New System.Windows.Forms.DataGridView()
34         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
35         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
36         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
37         Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
38         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
39         Me.txtStID = New System.Windows.Forms.TextBox()
40         Me.txtAmount = New System.Windows.Forms.TextBox()
41         Me.lblUser = New System.Windows.Forms.Label()
42         Me.txtID = New System.Windows.Forms.TextBox()
43         Me.txtStaffName = New System.Windows.Forms.TextBox()
44         Me.txtStaffID = New System.Windows.Forms.TextBox()
45         Me.dtpEntryDate = New System.Windows.Forms.DateTimePicker()
46         Me.Label2 = New System.Windows.Forms.Label()
47         Me.Label5 = New System.Windows.Forms.Label()
48         Me.Label4 = New System.Windows.Forms.Label()
49         Me.Label3 = New System.Windows.Forms.Label()
50         Me.Panel4 = New System.Windows.Forms.Panel()
51         Me.btnGetData = New System.Windows.Forms.Button()
52         Me.btnDelete = New System.Windows.Forms.Button()
53         Me.btnClose = New System.Windows.Forms.Button()
54         Me.btnUpdate = New System.Windows.Forms.Button()
55         Me.btnSave = New System.Windows.Forms.Button()
56         Me.btnNew = New System.Windows.Forms.Button()
57         Me.Panel2 = New System.Windows.Forms.Panel()
58         Me.Label1 = New System.Windows.Forms.Label()
59         Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
60         Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
61         Me.Panel1.SuspendLayout()
62         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
63         Me.GroupBox2.SuspendLayout()
64         Me.Panel4.SuspendLayout()
65         Me.Panel2.SuspendLayout()
66         Me.SuspendLayout()
67         
'
68         
'Panel1
69         
'
70         Me.Panel1.BackColor = System.Drawing.Color.White
71         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
72         Me.Panel1.Controls.Add(Me.dgw)
73         Me.Panel1.Controls.Add(Me.GroupBox2)
74         Me.Panel1.Controls.Add(Me.Panel4)
75         Me.Panel1.Controls.Add(Me.Panel2)
76         Me.Panel1.Location = New System.Drawing.Point(
13, 17)
77         Me.Panel1.Name =
"Panel1"
78         Me.Panel1.Size = New System.Drawing.Size(
921, 588)
79         Me.Panel1.TabIndex =
2
80         
'
81         
'dgw
82         
'
83         Me.dgw.AllowUserToAddRows = False
84         Me.dgw.AllowUserToDeleteRows = False
85         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
86         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
87         Me.dgw.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
88             Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
89         Me.dgw.BackgroundColor = System.Drawing.Color.White
90         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
91         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
92         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
93         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
94         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
95         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
96         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
97         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
98         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
99         Me.dgw.ColumnHeadersHeight =
24
100         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3, Me.Column4})
101         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
102         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
103         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
104         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
105         DataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(
64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
106         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
107         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
108         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
109         Me.dgw.DefaultCellStyle = DataGridViewCellStyle3
110         Me.dgw.EnableHeadersVisualStyles = False
111         Me.dgw.GridColor = System.Drawing.Color.White
112         Me.dgw.Location = New System.Drawing.Point(
397, 80)
113         Me.dgw.MultiSelect = False
114         Me.dgw.Name =
"dgw"
115         Me.dgw.ReadOnly = True
116         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
117         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
118         DataGridViewCellStyle4.BackColor = System.Drawing.Color.CadetBlue
119         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
120         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
121         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
122         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
123         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
124         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
125         Me.dgw.RowHeadersWidth =
25
126         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
127         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
128         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
129         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
130         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
131         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle5
132         Me.dgw.RowTemplate.Height =
18
133         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
134         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
135         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
136         Me.dgw.Size = New System.Drawing.Size(
379, 490)
137         Me.dgw.TabIndex =
295
138         
'
139         
'Column1
140         
'
141         Me.Column1.HeaderText =
"Id"
142         Me.Column1.Name =
"Column1"
143         Me.Column1.ReadOnly = True
144         Me.Column1.Visible = False
145         
'
146         
'Column2
147         
'
148         Me.Column2.HeaderText =
"Staff ID"
149         Me.Column2.Name =
"Column2"
150         Me.Column2.ReadOnly = True
151         
'
152         
'Column3
153         
'
154         Me.Column3.HeaderText =
"Staff Name"
155         Me.Column3.Name =
"Column3"
156         Me.Column3.ReadOnly = True
157         Me.Column3.Width =
150
158         
'
159         
'Column4
160         
'
161         Me.Column4.HeaderText =
"Total Advance"
162         Me.Column4.Name =
"Column4"
163         Me.Column4.ReadOnly = True
164         
'
165         
'GroupBox2
166         
'
167         Me.GroupBox2.BackColor = System.Drawing.Color.Transparent
168         Me.GroupBox2.Controls.Add(Me.txtStID)
169         Me.GroupBox2.Controls.Add(Me.txtAmount)
170         Me.GroupBox2.Controls.Add(Me.lblUser)
171         Me.GroupBox2.Controls.Add(Me.txtID)
172         Me.GroupBox2.Controls.Add(Me.txtStaffName)
173         Me.GroupBox2.Controls.Add(Me.txtStaffID)
174         Me.GroupBox2.Controls.Add(Me.dtpEntryDate)
175         Me.GroupBox2.Controls.Add(Me.Label2)
176         Me.GroupBox2.Controls.Add(Me.Label5)
177         Me.GroupBox2.Controls.Add(Me.Label4)
178         Me.GroupBox2.Controls.Add(Me.Label3)
179         Me.GroupBox2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
180         Me.GroupBox2.Location = New System.Drawing.Point(
9, 75)
181         Me.GroupBox2.Name =
"GroupBox2"
182         Me.GroupBox2.Size = New System.Drawing.Size(
379, 139)
183         Me.GroupBox2.TabIndex =
0
184         Me.GroupBox2.TabStop = False
185         Me.GroupBox2.Text =
"Entry"
186         
'
187         
'txtStID
188         
'
189         Me.txtStID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
190         Me.txtStID.Location = New System.Drawing.Point(
295, 111)
191         Me.txtStID.Name =
"txtStID"
192         Me.txtStID.Size = New System.Drawing.Size(
71, 20)
193         Me.txtStID.TabIndex =
294
194         Me.txtStID.Visible = False
195         
'
196         
'txtAmount
197         
'
198         Me.txtAmount.Location = New System.Drawing.Point(
146, 98)
199         Me.txtAmount.Name =
"txtAmount"
200         Me.txtAmount.Size = New System.Drawing.Size(
78, 20)
201         Me.txtAmount.TabIndex =
3
202         Me.txtAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
203         
'
204         
'lblUser
205         
'
206         Me.lblUser.AutoSize = True
207         Me.lblUser.Location = New System.Drawing.Point(
292, 46)
208         Me.lblUser.Name =
"lblUser"
209         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
210         Me.lblUser.TabIndex =
293
211         Me.lblUser.Text =
"Label8"
212         Me.lblUser.Visible = False
213         
'
214         
'txtID
215         
'
216         Me.txtID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
217         Me.txtID.Location = New System.Drawing.Point(
295, 17)
218         Me.txtID.Name =
"txtID"
219         Me.txtID.Size = New System.Drawing.Size(
71, 20)
220         Me.txtID.TabIndex =
292
221         Me.txtID.Visible = False
222         
'
223         
'txtStaffName
224         
'
225         Me.txtStaffName.Location = New System.Drawing.Point(
146, 72)
226         Me.txtStaffName.Name =
"txtStaffName"
227         Me.txtStaffName.ReadOnly = True
228         Me.txtStaffName.Size = New System.Drawing.Size(
220, 20)
229         Me.txtStaffName.TabIndex =
2
230         
'
231         
'txtStaffID
232         
'
233         Me.txtStaffID.Location = New System.Drawing.Point(
146, 46)
234         Me.txtStaffID.Name =
"txtStaffID"
235         Me.txtStaffID.ReadOnly = True
236         Me.txtStaffID.Size = New System.Drawing.Size(
78, 20)
237         Me.txtStaffID.TabIndex =
1
238         
'
239         
'dtpEntryDate
240         
'
241         Me.dtpEntryDate.CalendarFont = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
242         Me.dtpEntryDate.CustomFormat =
"dd/MMM/yyyy"
243         Me.dtpEntryDate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
244         Me.dtpEntryDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom
245         Me.dtpEntryDate.Location = New System.Drawing.Point(
146, 20)
246         Me.dtpEntryDate.Name =
"dtpEntryDate"
247         Me.dtpEntryDate.Size = New System.Drawing.Size(
137, 20)
248         Me.dtpEntryDate.TabIndex =
0
249         
'
250         
'Label2
251         
'
252         Me.Label2.AutoSize = True
253         Me.Label2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
254         Me.Label2.Location = New System.Drawing.Point(
31, 72)
255         Me.Label2.Name =
"Label2"
256         Me.Label2.Size = New System.Drawing.Size(
66, 13)
257         Me.Label2.TabIndex =
0
258         Me.Label2.Text =
"Staff Name :"
259         
'
260         
'Label5
261         
'
262         Me.Label5.AutoSize = True
263         Me.Label5.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
264         Me.Label5.Location = New System.Drawing.Point(
31, 46)
265         Me.Label5.Name =
"Label5"
266         Me.Label5.Size = New System.Drawing.Size(
49, 13)
267         Me.Label5.TabIndex =
4
268         Me.Label5.Text =
"Staff ID :"
269         
'
270         
'Label4
271         
'
272         Me.Label4.AutoSize = True
273         Me.Label4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
274         Me.Label4.Location = New System.Drawing.Point(
31, 98)
275         Me.Label4.Name =
"Label4"
276         Me.Label4.Size = New System.Drawing.Size(
49, 13)
277         Me.Label4.TabIndex =
3
278         Me.Label4.Text =
"Amount :"
279         
'
280         
'Label3
281         
'
282         Me.Label3.AutoSize = True
283         Me.Label3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
284         Me.Label3.Location = New System.Drawing.Point(
31, 20)
285         Me.Label3.Name =
"Label3"
286         Me.Label3.Size = New System.Drawing.Size(
36, 13)
287         Me.Label3.TabIndex =
2
288         Me.Label3.Text =
"Date :"
289         
'
290         
'Panel4
291         
'
292         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
293         Me.Panel4.Controls.Add(Me.btnGetData)
294         Me.Panel4.Controls.Add(Me.btnDelete)
295         Me.Panel4.Controls.Add(Me.btnClose)
296         Me.Panel4.Controls.Add(Me.btnUpdate)
297         Me.Panel4.Controls.Add(Me.btnSave)
298         Me.Panel4.Controls.Add(Me.btnNew)
299         Me.Panel4.Location = New System.Drawing.Point(
794, 80)
300         Me.Panel4.Name =
"Panel4"
301         Me.Panel4.Size = New System.Drawing.Size(
111, 206)
302         Me.Panel4.TabIndex =
1
303         
'
304         
'btnGetData
305         
'
306         Me.btnGetData.Cursor = System.Windows.Forms.Cursors.Hand
307         Me.btnGetData.FlatStyle = System.Windows.Forms.FlatStyle.Popup
308         Me.btnGetData.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
309         Me.btnGetData.Location = New System.Drawing.Point(
13, 133)
310         Me.btnGetData.Name =
"btnGetData"
311         Me.btnGetData.Size = New System.Drawing.Size(
82, 28)
312         Me.btnGetData.TabIndex =
4
313         Me.btnGetData.Text =
"Get Data"
314         Me.btnGetData.UseVisualStyleBackColor = True
315         
'
316         
'btnDelete
317         
'
318         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
319         Me.btnDelete.Enabled = False
320         Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup
321         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
322         Me.btnDelete.Location = New System.Drawing.Point(
13, 103)
323         Me.btnDelete.Name =
"btnDelete"
324         Me.btnDelete.Size = New System.Drawing.Size(
82, 28)
325         Me.btnDelete.TabIndex =
3
326         Me.btnDelete.Text =
"Delete"
327         Me.btnDelete.UseVisualStyleBackColor = True
328         
'
329         
'btnClose
330         
'
331         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
332         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
333         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
334         Me.btnClose.Location = New System.Drawing.Point(
13, 164)
335         Me.btnClose.Name =
"btnClose"
336         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
337         Me.btnClose.TabIndex =
5
338         Me.btnClose.Text =
"Close"
339         Me.btnClose.UseVisualStyleBackColor = True
340         
'
341         
'btnUpdate
342         
'
343         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
344         Me.btnUpdate.Enabled = False
345         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
346         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
347         Me.btnUpdate.Location = New System.Drawing.Point(
13, 72)
348         Me.btnUpdate.Name =
"btnUpdate"
349         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
350         Me.btnUpdate.TabIndex =
2
351         Me.btnUpdate.Text =
"Update"
352         Me.btnUpdate.UseVisualStyleBackColor = True
353         
'
354         
'btnSave
355         
'
356         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
357         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup
358         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
359         Me.btnSave.Location = New System.Drawing.Point(
13, 41)
360         Me.btnSave.Name =
"btnSave"
361         Me.btnSave.Size = New System.Drawing.Size(
82, 28)
362         Me.btnSave.TabIndex =
1
363         Me.btnSave.Text =
"Save"
364         Me.btnSave.UseVisualStyleBackColor = True
365         
'
366         
'btnNew
367         
'
368         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
369         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
370         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
371         Me.btnNew.Location = New System.Drawing.Point(
13, 10)
372         Me.btnNew.Name =
"btnNew"
373         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
374         Me.btnNew.TabIndex =
0
375         Me.btnNew.Text =
"New"
376         Me.btnNew.UseVisualStyleBackColor = True
377         
'
378         
'Panel2
379         
'
380         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
381         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
382         Me.Panel2.Controls.Add(Me.Label1)
383         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
384         Me.Panel2.Name =
"Panel2"
385         Me.Panel2.Size = New System.Drawing.Size(
896, 62)
386         Me.Panel2.TabIndex =
0
387         
'
388         
'Label1
389         
'
390         Me.Label1.AutoSize = True
391         Me.Label1.BackColor = System.Drawing.Color.Transparent
392         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
393         Me.Label1.ForeColor = System.Drawing.Color.White
394         Me.Label1.Location = New System.Drawing.Point(
375, 16)
395         Me.Label1.Name =
"Label1"
396         Me.Label1.Size = New System.Drawing.Size(
146, 24)
397         Me.Label1.TabIndex =
0
398         Me.Label1.Text =
"Advance Entry"
399         
'
400         
'OpenFileDialog1
401         
'
402         Me.OpenFileDialog1.FileName =
"OpenFileDialog1"
403         
'
404         
'frmAdvanceEntry
405         
'
406         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
407         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
408         Me.BackColor = System.Drawing.Color.DarkSlateGray
409         Me.ClientSize = New System.Drawing.Size(
947, 616)
410         Me.Controls.Add(Me.Panel1)
411         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
412         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
413         Me.MaximizeBox = False
414         Me.MinimizeBox = False
415         Me.Name =
"frmAdvanceEntry"
416         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
417         Me.Panel1.ResumeLayout(False)
418         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
419         Me.GroupBox2.ResumeLayout(False)
420         Me.GroupBox2.PerformLayout()
421         Me.Panel4.ResumeLayout(False)
422         Me.Panel2.ResumeLayout(False)
423         Me.Panel2.PerformLayout()
424         Me.ResumeLayout(False)
425
426     End Sub
427     Friend WithEvents Panel1 As System.Windows.Forms.Panel
428     Friend WithEvents Panel2 As System.Windows.Forms.Panel
429     Friend WithEvents Label1 As System.Windows.Forms.Label
430     Friend WithEvents Panel4 As System.Windows.Forms.Panel
431     Friend WithEvents btnDelete As System.Windows.Forms.Button
432     Friend WithEvents btnClose As System.Windows.Forms.Button
433     Friend WithEvents btnUpdate As System.Windows.Forms.Button
434     Friend WithEvents btnSave As System.Windows.Forms.Button
435     Friend WithEvents btnNew As System.Windows.Forms.Button
436     Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
437     Friend WithEvents Timer1 As System.Windows.Forms.Timer
438     Friend WithEvents txtID As System.Windows.Forms.TextBox
439     Friend WithEvents lblUser As System.Windows.Forms.Label
440     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
441     Friend WithEvents txtAmount As System.Windows.Forms.TextBox
442     Friend WithEvents txtStaffName As System.Windows.Forms.TextBox
443     Friend WithEvents txtStaffID As System.Windows.Forms.TextBox
444     Friend WithEvents dtpEntryDate As System.Windows.Forms.DateTimePicker
445     Friend WithEvents Label2 As System.Windows.Forms.Label
446     Friend WithEvents Label5 As System.Windows.Forms.Label
447     Friend WithEvents Label4 As System.Windows.Forms.Label
448     Friend WithEvents Label3 As System.Windows.Forms.Label
449     Friend WithEvents btnGetData As System.Windows.Forms.Button
450     Friend WithEvents dgw As System.Windows.Forms.DataGridView
451     Friend WithEvents txtStID As System.Windows.Forms.TextBox
452     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
453     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
454     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
455     Friend WithEvents Column4 As System.Windows.Forms.DataGridViewTextBoxColumn
456
457 End Class


Gõ tìm kiếm nhanh...